@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #F2E4D0;
	background-image: none;
	background-repeat: no-repeat;
	color: #89572B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding: 0;
	margin: 0;
}
h1 {
	line-height: 27px;
}
div.innercontent h2 {
	font-size: 19px;
	margin-bottom: -8px;
	line-height: 24px;
}
a {
	color: #56371B;
	text-decoration: none;
}
a:hover {
	color: #AD2A25;
}
div.innercontent a {
	text-decoration: underline;
}
div.innercontent h1 a, div.innercontent h2 a, div.innercontent h3 a {
	text-decoration: none;
}
div.wrapper {
	margin: auto;
	margin-top: 0;
	width: 970px;
}
div.header {
	width: 970px;
	height: 278px;
	background-image: none;
}
div.meta-youtube {
	float: left;
	position: relative;
	top: 115px;
	left: 15px;
	height: 54px;
	width: 125px;
}
div.meta-menu {
	float: right;
	text-align: right;
	font-size: 12px;
	position: relative;
	top: 152px;
}
div.meta-menu li {
	display: inline;
	padding-right: 15px;
}
div.meta-youtube .custom {
	float: left;
}
div.meta-menu li a, div.meta-menu li a:hover {
	color: #000;
	text-decoration: none;
}
div.meta-controls {
	width: 30px;
	height: 30px; 
	float: left; 
	margin: 0; 
	margin-top: 25px;
	margin-left: 12px;
}
div.navigation {
	width: 970px;
	height: 36px;
	top: 144px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
div.navigation ul {
	margin: 0;
	padding: 0;
}
div.navigation li {
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 36px;
}
div.navigation li:hover {
	background-image: none;
}
div.navigation li a {
	color: #89572B;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.content {
	width: 970px;
	margin-top: 20px;
}
div.sidebar p {
	margin-left: 10px;
}
div.sidebar {
	width: 290px;
	float: left;
}
div.sidebar form {
	width: 290px;
	height: 35px;
	border-bottom: 1px solid #89572B;
	display: block;
}
div.search input {
	background: transparent;
	width: 226px;
	height: 25px;
	line-height: 24px;
	background-image: none;
	border: none;
	padding: 0;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AF7745;
}
div.search label {
	visibility: hidden;
	display: none;
}
div.innercontent {
	width: 610px;
	border-left: 1px solid #89572B;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
}
div.imageblock {
	-webkit-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	-o-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	width: 609px;
	height: 315px;
	margin-bottom: 30px;
}
div.footer {
	width: 860px;
	height: 32px;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 73px;
	padding-left: 110px;
}
div.footer p {
	margin: 0;
	padding: 0;
}
img { border: none; }
div.galerie {
	-webkit-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	-o-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	width: 609px;
	height: auto;
	padding: 0;	
}
.schattenbox { 
	-webkit-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	-o-box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow:  8px 8px 8px 0px rgba(0, 0, 0, 0.6);
	margin-bottom: 15px;
}

div.neustesalbum {
	width: 220px;
	min-height: 200px;
	background-image: none;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: 10px;
}
div.neustesalbum h4 {
	margin-bottom: 10px;
	margin-top: 0;	
	font-size: 20px;
}

div.neustesalbum p {
	margin: 0;
	font-size: 12px;
}

/* Kontaktformular */
dl {
	width:100%;
	overflow:hidden;
}
dt {
	float:left;
	width: 150px;
}
dd {
	float:left;
	width: 350px;
}
dd input, dd textarea {
	width: 350px;
	border: none;
	border-bottom: 1px solid #000;
	opacity: 0.5;
	background-color: #FFF;
	color: #89572B;
	padding: 5px;
	margin-bottom: 5px;
}
fieldset {
	border: #89572B 1px solid;
}
legend {
	font-weight: bold;
}
h3.special {
	padding: 10px;
	border: 1px solid #000;
	background: #FFF;
	opacity: 0.5;
	width: 60px;
	text-align: center;
	float: left;
}
p.special {
	padding-top: 25px;
	margin-left: 100px;
}
h2.special {
	clear: left;
}
/*
     FILE ARCHIVED ON 06:39:04 May 27, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:40:12 Feb 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.546
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.012
  esindex: 0.009
  cdx.remote: 570.828
  LoadShardBlock: 319.233 (3)
  PetaboxLoader3.datanode: 248.198 (4)
  PetaboxLoader3.resolve: 137.082 (2)
  load_resource: 111.275
*/

/* Local reconstruction fallback */
html, body { background-image: none !important; }
div.header, div.navigation li:hover, div.footer, div.search input, div.neustesalbum { background-image: none !important; }
